From 88c6dc77bee885110f835e1474d46a663fd5e21e Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 25 Aug 2005 08:39:50 +0000 Subject: [PATCH] Ensure explicit asm statememt goes in the correct section. --- xen/arch/x86/cpu/amd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/cpu/amd.c b/xen/arch/x86/cpu/amd.c index 9692d6712d..3852bea9bc 100644 --- a/xen/arch/x86/cpu/amd.c +++ b/xen/arch/x86/cpu/amd.c @@ -39,7 +39,7 @@ custom_param("amd_flush_filter", flush_filter); */ extern void vide(void); -__asm__(".align 4\nvide: ret"); +__asm__(".text\n.align 4\nvide: ret"); static void __init init_amd(struct cpuinfo_x86 *c) { -- 2.30.2